PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextExtractionOptions Class / getIncludePartialMatches Method
In This Topic
    getIncludePartialMatches Method
    In This Topic
    Gets a value indicating whether characters that fit partially the extraction bounds should be included in the extracted text.
    Syntax
    public boolean getIncludePartialMatches()

    Return Value

    True if the characters that fit partially inside the extraction bounds are included in the extracted text.
    See Also